Name | Description | |
---|---|---|
![]() | ClickSelect | Performs a click node selection. |
![]() | Deselect | Overloaded. Deselects the specified item if it selected |
![]() | DeselectAll | Deselects all currently selected items |
![]() | IsSelected | Determines whether the specified item is selected |
![]() | MultiSelect | Overloaded. Appends the specified item to the selection list, without removing the currently selected items. |
![]() | SingleSelect | Overloaded. Makes the specified item the one and only selected item. |
![]() | ToggleSelect | Overloaded. Toggles the item selection state. |
![]() | TryGetFirstSelected | Tries to get the first selected item, that passes the specified filter. |
![]() | TryGetLastSelected | Tries to get the last selected item, that passes the specified filter. |